home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / mxc / security / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  619 b   |  23 lines

  1. menu "MXC Security Drivers"
  2.  
  3. config MXC_SECURITY_SCC2
  4.         tristate "MXC SCC2 Driver"
  5.         depends on ARCH_MX51
  6.         default n
  7.         ---help---
  8.           This module contains the core API's for accessing the SCC2 module.
  9.           If you are unsure about this, say N here.
  10.  
  11. config SCC_DEBUG
  12.         bool "MXC SCC Module debugging"
  13.         depends on MXC_SECURITY_SCC || MXC_SECURITY_SCC2
  14.         ---help---
  15.         This is an option for use by developers; most people should
  16.         say N here.  This enables SCC module debugging.
  17.  
  18. if (ARCH_MX51)
  19. source "drivers/mxc/security/sahara2/Kconfig"
  20. endif
  21.  
  22. endmenu
  23.